home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m11h09.dir / 00026.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  218 b   |  10 lines

  1. on mouseDown
  2.   global gTextFrame
  3.   if pressButton(14) then
  4.     pupSprites(1, 48, 0)
  5.     set gTextFrame to "text2"
  6.     put the text of field "ht1.text" into field "hypertext definition"
  7.     go("hypertext")
  8.   end if
  9. end
  10.